Release 2020.2
authorColin Walters <walters@verbum.org>
Fri, 21 Feb 2020 14:39:14 +0000 (14:39 +0000)
committerColin Walters <walters@verbum.org>
Fri, 21 Feb 2020 14:45:49 +0000 (14:45 +0000)
"Brown paper bag" release that actually sets the
`is_release_build=yes` flag and also fixes the
`Since:` on a few new functions.

configure.ac
src/libostree/libostree-released.sym
tests/test-symbols.sh

index d175fa031e9196089fd3dff895524cce8baa3adf..3699540315ef8e03358b585c156e2c980a66bf22 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 dnl To do a release: follow the instructions to update libostree-released.sym from
 dnl libostree-devel.sym, update the checksum in test-symbols.sh, set is_release_build=yes
 dnl below. Then make another post-release commit to bump the version and set
-dnl is_release_build=no
+dnl is_release_build=yes
 dnl Seed the release notes with `git-shortlog-with-prs <previous-release>..`. Then use
 dnl `git-evtag` to create the tag and push it. Finally, create a GitHub release and attach
 dnl the tarball from `make dist`.
@@ -10,7 +10,7 @@ m4_define([year_version], [2020])
 m4_define([release_version], [2])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 8fda31ef66f2c6c64685bc0de14fded7c75652f4..33d4d0e3f06ce3e1f6518391d7e4b66325f6f1e7 100644 (file)
@@ -593,6 +593,8 @@ global:
   ostree_sysroot_set_mount_namespace_in_use;
 } LIBOSTREE_2019.6;
 
+/* No new symbols in 2020.2 */
+
 /* NOTE: Only add more content here in release commits!  See the
  * comments at the top of this file.
  */
index cbcb6c690e4507733246b56f9ba62849236d83e1..f6742d93ce30f1e3838745289592e4616dc3e845 100755 (executable)
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-8c4daff9ed94369cf5c113af9758ee4315ac8593aade7073e875b7c5f066b26b  ${released_syms}
+dd16acf1370f9b4ecd77d4eb7c4b45548b249f33f629d3147ddc9d264bd32e41  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt